home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / game / think / C4.lha / C4.doc < prev    next >
Encoding:
Text File  |  1992-10-29  |  2.4 KB  |  77 lines

  1.          C4 Copyright © 1992 Danny Y. Wong  All rights reserved.
  2.  
  3. Version 1.0  Released October 28, 1992
  4.  
  5. This program is in the Public Domain; you have permission to 
  6. redistribute it and/or modify it under the terms in the GNU
  7. General Public License.  
  8.  
  9. Any comments can be sent to:
  10.  
  11. Danny Y. Wong
  12. 131 64 Ave NW
  13. Calgary, Alberta
  14. T2K 0L9
  15. CANADA
  16.  
  17. --------------------------------------------------------------------------
  18.  
  19. C4 is yet another version of the original connect 4 game.  The game
  20. involves each player taking turns droping a colored peg into the grid.
  21. To win the game, the player must have 4 pegs in the row: 
  22. horizontal, vertical or diagonlly.   A tie is consider when the grid
  23. is full and no winners.  The game allows one or two players.  However,
  24. in one player mode, the computer can be easily be beating, this is
  25. due to the coding of the computer playability.  
  26.  
  27.  
  28. Getting Started
  29. ---------------
  30.  
  31. C4 requires aleast 512K chip memory and any version of the ROM would
  32. work, but have not tested on WB2.0 since I took it out of my machine
  33. (go figure!! eh??) ... and a joystick in port2.
  34.  
  35.  
  36. You can start C4 in CLI by simply typing C4 and enter at command prompt.
  37. And for workbench users, simply double click the C4 icon.
  38.  
  39. SORRY BUT C4 WILL NOT MULTITASK.  IF YOU PRESS LEFT-AMIGA-N TO SWITCH
  40. TASKS AND PRESS LEFT-AMIGA-M TO GET BACK TO C4, YOU WILL NOT BE ABLE
  41. TO SINCE C4 DO NOT HAVE ITS OWN SCREEN.  TO END THE C4 SIMPLY HOLD DOWN
  42. ON THE JOYSTICK AND PRESS FIRE BUTTON.
  43.  
  44.  
  45. Let's Go
  46. --------
  47.  
  48. C4 consists of a grid and menus on the right side.  When is your turn
  49. you will see your colored peg on top of the grid, use the joystick
  50. left and right to move your peg back and forth and press the fire
  51. button on the desired place.  Player use the same joystick, so players
  52. must alternate.
  53.  
  54. To activate the menus, hold the joystick up and press the fire button.
  55. You will see the first menu hilighted.  Pressing the joystick down will
  56. cycle through all the menus.  To select a menu, press the fire button.
  57.  
  58.  
  59. Menus
  60. -----
  61.  
  62. Player 1  -- puts the game in one player mode, you and the computer.
  63.  
  64. Player 2  -- puts the game in two player mode, two humans.
  65.  
  66. New Game  -- restart a new game.
  67.  
  68. Quit      -- quit game and return to environment.
  69.  
  70. About     -- Help screen.
  71.  
  72.  
  73. To end the game while playing, simply hold the joystick down and press
  74. the fire button.
  75.  
  76. -----------------------------end of document-------------------------------
  77.